Skip to content

fix(deps): update all non-major dependencies (minor) #5359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/instrumentation-generic-pool (source) ^0.37.0 -> ^0.44.0 age adoption passing confidence
@opentelemetry/instrumentation-http (source) ^0.52.0 -> ^0.200.0 age adoption passing confidence
@opentelemetry/instrumentation-net (source) ^0.37.0 -> ^0.44.0 age adoption passing confidence
@reach/dialog (source) 0.15.3 -> 0.18.0 age adoption passing confidence
@sentry/nextjs (source) 8.51.0 -> 8.55.0 age adoption passing confidence
lit (source) 2.6.1 -> 2.8.0 age adoption passing confidence
publicodes (source) 1.0.0-beta.60 -> 1.8.2 age adoption passing confidence
sharp (source, changelog) ^0.33.4 -> ^0.34.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-generic-pool)

v0.44.0

Compare Source

v0.43.1

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.0

Compare Source

v0.40.0

Compare Source

v0.39.0

Compare Source

v0.38.1

Compare Source

v0.38.0

Compare Source

open-telemetry/opentelemetry-js (@​opentelemetry/instrumentation-http)

v0.200.0

Compare Source

v0.57.2

Compare Source

v0.57.1

Compare Source

v0.57.0

Compare Source

v0.56.0

Compare Source

v0.55.0

Compare Source

v0.54.2

Compare Source

v0.54.1

Compare Source

v0.54.0

Compare Source

v0.53.0

Compare Source

reach/reach-ui (@​reach/dialog)

v0.18.0

Compare Source

BREAKING Changes
  • All default exports have been removed. Replace all default imports with the appropriate documented named export.
  • The output directory structure has changed slightly. Module files are now named reach-<pkg>.mjs instead of reach-<pkg>.esm.js.
Minor Changes
  • We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.

    This may affect you if you use patch-package to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

  • We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define --reach-<pkg> in your own stylesheets to silence dev warnings.

Patch Changes

v0.17.0

Compare Source

💔 Breaking Changes

  • disclosure
    • In uncontrolled disclosures, previously we would render the disclosure as open on the first render, regardless of the defaultOpen prop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.
    • We simplified this by simply respecting the defaultOpen prop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set to true, then set the desired state for the following render in useEffect.
  • tabs
    • Removed the isSelected from from the Tab component. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec)

🐛 Bugfixes

  • auto-id
    • Use the user-provided ID beyond the first render for deterministic behavior (b2f3bc0)
  • tabs
    • Stop managing focus on mouse clicks to fix :focus-visible
  • listbox
    • Update submit button querySelector specificity to fix incorrect button clicks (#​903)
  • menu-button, combobox, listbox
    • Skip rendering of portaled popovers before hydration. This prevents unwanted layout shift when the server-rendered popover mounts to a temporary DOM node (a8f38a4).
🤜🤛 8 Committers

v0.16.2

Compare Source

✨ Enhancements

🤜🤛 5 Committers

v0.16.0

Compare Source

BREAKING: This release fixes a rendering bug in the descendants, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.

We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.

This applies to all collection-based compound components:

  • Tabs
  • Accordion
  • MenuButton
  • Listbox
  • Combobox

🐛 Bugfixes

  • menu-button
    • Reference root's ownerDocument instead of global, better support in iframes

✨ Enhancements

  • menu-button
    • Better handling of mouse-move that caused problems with long lists on small screens
  • dialog
    • Update dependencies to fix small bugs in focus-lock
  • rect
    • Only log warning if observe is true
🤜🤛 3 Committers
getsentry/sentry-javascript (@​sentry/nextjs)

v8.55.0

Compare Source

Important Changes
  • chore(ci/v8): Switch lambda layer name to SentryNodeServerlessSDKv8 (#​15351)

The SentryNodeServerlessSDK AWS Lambda Layer will stop receiving updates.
If you intend to stay on v8 and receive updates use SentryNodeServerlessSDKv8 instead.

Other Changes
  • feat(flags/v8): add Statsig browser integration (#​15347)
  • feat(v8/node): Add missing vercelAIIntegration export (#​15339)
  • feat(v8/nuxt): Add enabled to disable Sentry module (#​15337) (#​15381)
  • feat(v8/vue): Support Pinia v3 (#​15384)
  • fix(astro): Add vue to registerEsmLoaderHooks (#​15352)
  • fix(react/v8): Support lazy-loaded routes and components (#​15281)
  • fix(v8/nuxt): Detect Azure Function runtime for flushing with timeout (#​15297)
  • fix(v8/solidstart): Do not copy release-injection map file (#​15304)
  • fix(v8/svelte): Guard component tracking beforeUpdate call (#​15262)

Work in this release was contributed by @​aryanvdesh. Thank you for your contribution!

Bundle size 📦
Path Size
@​sentry/browser 23.3 KB
@​sentry/browser - with treeshaking flags 23.17 KB
@​sentry/browser (incl. Tracing) 35.9 KB
@​sentry/browser (incl. Tracing, Replay) 73.27 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.57 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.5 KB
@​sentry/browser (incl. Feedback) 39.51 KB
@​sentry/browser (incl. sendFeedback) 27.91 KB
@​sentry/browser (incl. FeedbackAsync) 32.71 KB
@​sentry/react 25.98 KB
@​sentry/react (incl. Tracing) 38.71 KB
@​sentry/vue 27.58 KB
@​sentry/vue (incl. Tracing) 37.75 KB
@​sentry/svelte 23.46 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.6 KB
CDN Bundle (incl. Tracing, Replay) 72.9 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.23 KB
CDN Bundle - uncompressed 71.92 KB
CDN Bundle (incl. Tracing) - uncompressed 111.52 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.88 KB
@​sentry/nextjs (client) 38.96 KB
@​sentry/sveltekit (client) 36.4 KB
@​sentry/node 162.85 KB
@​sentry/node - without tracing 99.14 KB
@​sentry/aws-serverless 131.23 KB

v8.54.0

Compare Source

  • feat(v8/deps): Upgrade all OpenTelemetry dependencies (#​15098)
  • fix(node/v8): Add compatibility layer for Prisma v5 (#​15210)

Work in this release was contributed by @​nwalters512. Thank you for your contribution!

v8.53.0

Compare Source

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#​15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#​15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

v8.52.1

Compare Source

  • fix(v8/nextjs): Fix nextjs build warning (#​15226)
  • ref(v8/browser): Add protocol attributes to resource spans #​15224
  • ref(v8/core): Don't set this.name to new.target.prototype.constructor.name (#​15222)

Work in this release was contributed by @​Zen-cronic. Thank you for your contribution!

v8.52.0

Compare Source

Important Changes
  • feat(solidstart): Add withSentry wrapper for SolidStart config (#​15135)

To enable the SolidStart SDK, wrap your SolidStart Config with withSentry. The sentrySolidStartVite plugin is now automatically
added by withSentry and you can pass the Sentry build-time options like this:

import { defineConfig } from '@&#8203;solidjs/start/config';
import { withSentry } from '@&#8203;sentry/solidstart';

export default defineConfig(
  withSentry(
    {
      /* Your SolidStart config options... */
    },
    {
      // Options for setting up source maps
      org: process.env.SENTRY_ORG,
      project: process.env.SENTRY_PROJECT,
      authToken: process.env.SENTRY_AUTH_TOKEN,
    },
  ),
);

With the withSentry wrapper, the Sentry server config should not be added to the public directory anymore.
Add the Sentry server config in src/instrument.server.ts. Then, the server config will be placed inside the server build output as instrument.server.mjs.

Now, there are two options to set up the SDK:

  1. (recommended) Provide an --import CLI flag to the start command like this (path depends on your server setup):
    node --import ./.output/server/instrument.server.mjs .output/server/index.mjs
  2. Add autoInjectServerSentry: 'top-level-import' and the Sentry config will be imported at the top of the server entry (comes with tracing limitations)
    withSentry(
      {
        /* Your SolidStart config options... */
      },
      {
        // Optional: Install Sentry with a top-level import
        autoInjectServerSentry: 'top-level-import',
      },
    );
Other Changes
  • feat(v8/core): Add client outcomes for breadcrumbs buffer (#​15149)
  • feat(v8/core): Improve error formatting in ZodErrors integration (#​15155)
  • fix(v8/bun): Ensure instrumentation of Bun.serve survives a server reload (#​15157)
  • fix(v8/core): Pass module into loadModule (#​15139) (#​15166)

Work in this release was contributed by @​jahands, @​jrandolf, and @​nathankleyn. Thank you for your contributions!

lit/lit (lit)

v2.8.0

Compare Source

Minor Changes
  • #​3993 e2c50569 - Fix return type of isTemplateResult helper to include the CompiledTemplateResult and fix the cache directive to work correctly with CompiledTemplateResults. Also add an explicit isCompiledTemplateResult helper.
Patch Changes
  • #​4031 8057c78d - Rename ReactiveElement._initialize to __initialize, make it private, and remove the @​internal annotation. This will help prevent collisions with subclasses that implement their own _initialize method, while using development builds.

  • Updated dependencies [e2c50569]:

v2.7.6

Compare Source

Patch Changes
  • #​3968 5bb40831 - Allow undefined to be passed to the ref() directive

  • #​3969 7d8d4a15 - Make RefOrCallback generic like Ref

  • #​3987 bb2560f1 - Change the h field of CompiledTemplates to a TemplateStringsArray preventing the spoofing of CompiledTemplates by JSON injection attacks. This should not be a breaking change for most users unless you're using CompiledTemplates. This is a necessary security fix, similar to #​2307.

v2.7.5

Compare Source

Patch Changes
  • #​3917 f6387e35 - Allow decorators to accept ReactiveElement class from a different source.

v2.7.4

Compare Source

Patch Changes

v2.7.3

Compare Source

Patch Changes
  • #​3825 343187b1 - static-html no longer adds an item to TemplateResult's value array for the last consumed static value. This fixes an error with server-side rendering of static html.

  • #​3766 4431cbb8 - Fix styleMap initial render of mixed-case custom props

v2.7.2

Compare Source

Patch Changes

v2.7.1

Compare Source

Patch Changes
  • #​3768 7c1191da - Fix styleMap's handling of important flags

  • #​3720 575fb578 - lit-html/experimental-hydrate.js and lit-element/experimental-hydrate-support.js have been moved to @lit-labs/ssr-client.

    The modules in the original location have been marked deprecated and will be removed in a future version.

v2.7.0

Compare Source

Minor Changes
  • #​3677 b95c86e5 - [SSR only] Reflect ARIA attributes onto server rendered Lit elements with attached internals during SSR and remove them upon hydration.

  • #​3667 e00f6f52 - [SSR only] Improved how nodes with attribute/property/event/element bindings are rendered in SSR, to avoid adding comments inside of "raw text elements" like <textarea>. Fixes #​3663.

    Note: @lit-labs/ssr and lit-html must be updated together.

Patch Changes
publicodes/publicodes (publicodes)

v1.8.2

Compare Source

Patch Changes

v1.8.1

Compare Source

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • 366e235 - Add a warn option to define which warnings should be displayed

    Example:

    const rules = new Engine(rules, {
        warn: {
            experimentalRules: false,
        },
    })

    See the documentation for more information.

Patch Changes
  • 366e235 - Add missing title property in the Possibility type

  • 366e235 - ⚡ Performance improvements for parsing rules

    Rework parser implementation from Nearley to a hand-written recursive descent parser.

    • 3.5x faster parsing of modele-social rules / 5x faster parsing of nosgestesclimat rules
    • Zero dependencies for publicodes
    • Improved error messages for parsing errors
    • Added tests for the new parser

    Thanks @​bjlaa, @​Clemog, @​EmileRolley, @​JalilArfaoui, @​johangirod!

  • 366e235 - Fix breaking due to applicability evaluation of possibilites

    In the new une possibilité mecanism, the engine evaluates the applicability of each possibility, in order to automatically select if there is only one possibility that is applicable.

    This leads to difficult to debug issues rooted in cyclic evaluations not beeing handled well in the current version of the engine.

    This patch fixes this issue by adding a flag option to filter out possibilities that are not applicable. This flag is set to false by default.

    const engine = new Engine(rules, {
        flag: { filterNotApplicablePossibilities: true },
    })

    This is temporary, and will be removed in the future when the engine will be able to handle cyclic evaluations.

v1.7.2

Compare Source

Patch Changes

v1.7.0

Compare Source

Minor Changes
Une possibilité improvements
`Une possibilité` now accepts inlined rule and constant.
For instance, you can write :

```yaml
a:
    une possibilité:
        - 6 mois
        - 12 mois
        - 2 ans
```

or

```yaml
a:
    une possibilité:
        - b:
              titre: 'Option b'
        - c:
              non applicable si: x
```

See the [documentation](https://publi.codes/docs/manuel/une-possibilité) for more details.

The possible values are parsed and added to the rule node under the key `possibleChoices`.

Add a new strict option `checkPossibleValues` to checks if the evaluated value is in the list of possible choices and throws an error if not (default to false).
Other changes
- Improve type inference of rule.
- Slight performance improvement (+5% on the publicodes benchmark)
- 🚨 AST BREAKING CHANGE (AST change are not in semantic versioning) :
  `parseExpression` of number with unit returns a constant node with the unit as a `rawUnit` property, instead of a unit node to be parsed:
    ```js
    parseExpression('3 €')
    // Before : { unité: '€', constant: { nodeType: 'constant', value: 3 }
    // Now : { nodeType: 'constant', value: 3, rawUnit: '€' }
    ```
  • #​609 48ab070 Thanks @​pbourdu! - Ajout du mécanisme logarithme néperien

  • #​605 ac107c4 Thanks @​johangirod! - Add option to detect cycles at runtime and improve type inference

    The strict option noCycleRuntime can be set to detect cycles at
    runtime. When a cycle is detected, the engine will throw an error
    (disabled by default).

    Reactivate runtime warning for cycles in the engine.

    Improved type inference for rules, adding the possibility to enforce
    the type of rule with the type key.

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
Patch Changes
  • 27a7f75 Thanks @​johangirod! - Use external dependencies for moo and nearley.
    (instead of devDependencies, which means that the packages were bundled with publicodes even with esm)

v1.5.4

Compare Source

Patch Changes
  • #​584 da688c7 Thanks @​johangirod! - Fix bug with contexte

    v1.3.2 introduced a bug when using contexte :

    • If a contexte was evaluated before and after setSituation with keepPreviousSituation on, the returned value would be the one of the first evaluation (before setSituation)
    • If a contexte was used within a inversion numérique, the returned value would be undefined

    This fixes it.

  • #​570 8688aba Thanks @​johangirod! - Improve type inference

v1.5.1

Compare Source

Patch Changes
  • 78bc846 Thanks @​johangirod! - Fix arrondi mecanism error

    For certain case, the value returned by the arrondi mecanism was not correct. For instance :

    arrondi:
        valeur: 4.55
        arrondi: 1 décimales

    The value returned was 4.5 instead of 4.6. This is now fixed.

v1.5.0

Compare Source

v1.4.0

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.0

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0-rfc.2

Compare Source

v1.0.0-rfc.1

Compare Source

v1.0.0-rc.7

Compare Source

v1.0.0-rc.6

Compare Source

v1.0.0-rc.5

Compare Source

v1.0.0-rc.4

Compare Source

v1.0.0-rc.3

Compare Source

v1.0.0-beta.77

Compare Source

v1.0.0-beta.76

Compare Source

v1.0.0-beta.75

Compare Source

v1.0.0-beta.74

Compare Source

v1.0.0-beta.73

Compare Source

v1.0.0-beta.72

Compare Source

v1.0.0-beta.71

Compare Source

v1.0.0-beta.70

Compare Source

[v1.0.0-beta.69](https://redirect.github.com/publicodes/publicodes/compare/18ec66f0a69d3930164d04a07


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 1, 2023
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 26e950c to f5457da Compare November 21, 2023 15:27
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from f5457da to e631e98 Compare January 18, 2024 23:12
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from e631e98 to 17eac21 Compare February 26, 2024 15:29
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 17eac21 to 3b665bb Compare February 28, 2024 19:36
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 3b665bb to 62b19ba Compare March 1, 2024 14:32
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 62b19ba to 181ab4c Compare March 5, 2024 01:01
Copy link

socket-security bot commented Mar 5, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 1.07 MB emilerolley

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 181ab4c to 6a367d8 Compare March 6, 2024 20:33
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 6a367d8 to e2055b4 Compare March 6, 2024 23:15
Copy link

socket-security bot commented Mar 8, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from e2055b4 to ed63cdd Compare March 20, 2024 03:20
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ed63cdd to b87a503 Compare March 21, 2024 18:04
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from b87a503 to 1af21ad Compare April 4, 2024 10:00
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 1af21ad to b47f2fd Compare April 11, 2024 22:07
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from b47f2fd to 2e7639e Compare April 12, 2024 21:33
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from bad996d to dc3d0b9 Compare December 5, 2024 08:11
@renovate renovate bot changed the title fix(deps): update all non-major dependencies (minor) fix(deps): update dependency lit to v2.8.0 Dec 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency lit to v2.8.0 fix(deps): update all non-major dependencies (minor) Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from dc3d0b9 to 038337c Compare December 16, 2024 10:11
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 038337c to 18cbe75 Compare December 18, 2024 11:17
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 18cbe75 to b1c7736 Compare December 18, 2024 14:06
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from b1c7736 to df0757f Compare February 3, 2025 16:23
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from df0757f to d9ecfde Compare February 12, 2025 13:15
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from d9ecfde to bf0d00c Compare March 3, 2025 15:06
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from bf0d00c to 875ac23 Compare March 3, 2025 19:07
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 875ac23 to 790a999 Compare March 6, 2025 16:56
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 790a999 to c7bea10 Compare March 17, 2025 20:00
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from c7bea10 to 810199b Compare March 18, 2025 14:36
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 810199b to c82ea08 Compare March 20, 2025 17:31
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from c82ea08 to 98eabbb Compare April 4, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants